From: | Xin LI <delphij@xxxxxxxxxxxxx> |
Date: | Wed, 12 May 2004 02:34:24 +0800 |
It seems that rev. 1.3 has merged FreeBSD's rev. 1.4 -> 1.5 changes. In addition as a part of the code clean up effort, I think rev. 1.4 itself is also suitable to merge it to DragonFly (strings.h -> string.h). The attached patch does the change and note the new vendor version. Cheers, -- Xin LI <delphij frontfree net> http://www.delphij.net/ See complete headers for GPG key and other information.
Index: timedc.c =================================================================== RCS file: /home/dcvs/src/usr.sbin/timed/timedc/timedc.c,v retrieving revision 1.7 diff -u -r1.7 timedc.c --- timedc.c 22 Apr 2004 18:33:52 -0000 1.7 +++ timedc.c 11 May 2004 18:28:42 -0000 @@ -32,7 +32,7 @@ * * @(#) Copyright (c) 1985, 1993 The Regents of the University of California. All rights reserved. * @(#)timedc.c 8.1 (Berkeley) 6/6/93 - * $FreeBSD: src/usr.sbin/timed/timedc/timedc.c,v 1.3 1999/08/28 01:20:21 peter Exp $ + * $FreeBSD: src/usr.sbin/timed/timedc/timedc.c,v 1.5 2003/10/11 07:35:35 tjr Exp $ * $DragonFly: src/usr.sbin/timed/timedc/timedc.c,v 1.7 2004/04/22 18:33:52 cpressey Exp $ */ @@ -42,7 +42,7 @@ #include <setjmp.h> #include <signal.h> #include <stdlib.h> -#include <strings.h> +#include <string.h> #include <syslog.h> #include <unistd.h>
Attachment:
pgp00000.pgp
Description: PGP signature