diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-07 20:00:17 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-07 20:00:17 +0000 |
commit | c3f1f3d9e1ef757181e83481b5ec20a52b403af8 (patch) | |
tree | 929a78780d74ff63038ca925e506c50d882abe8e | |
parent | b3c9ff157909d6f4c40d2c84885ee6a05c514d82 (diff) |
Add $OpenBSD$.
-rw-r--r-- | usr.sbin/timed/timed/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/timed/timed/acksend.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/byteorder.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/candidate.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/cksum.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/correct.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/globals.h | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/measure.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/networkdelta.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/pathnames.h | 2 | ||||
-rw-r--r-- | usr.sbin/timed/timed/readmsg.c | 4 | ||||
-rw-r--r-- | usr.sbin/timed/timed/timed-extern.h | 2 |
12 files changed, 33 insertions, 9 deletions
diff --git a/usr.sbin/timed/timed/Makefile b/usr.sbin/timed/timed/Makefile index 4935171d15b..167d4adca84 100644 --- a/usr.sbin/timed/timed/Makefile +++ b/usr.sbin/timed/timed/Makefile @@ -1,3 +1,5 @@ +# $OpenBSD: Makefile,v 1.6 2001/04/07 20:00:15 ho Exp $ +# # @(#)Makefile 5.12 (Berkeley) 5/7/93 # # optional flags are: MEASURE TESTING DEBUG diff --git a/usr.sbin/timed/timed/acksend.c b/usr.sbin/timed/timed/acksend.c index aae477e42d7..88092321767 100644 --- a/usr.sbin/timed/timed/acksend.c +++ b/usr.sbin/timed/timed/acksend.c @@ -1,3 +1,5 @@ +/* $OpenBSD: acksend.c,v 1.3 2001/04/07 20:00:15 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)acksend.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.2 $" +#ident "$Revision: 1.3 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/byteorder.c b/usr.sbin/timed/timed/byteorder.c index 798ca47d12d..5dc91f232d5 100644 --- a/usr.sbin/timed/timed/byteorder.c +++ b/usr.sbin/timed/timed/byteorder.c @@ -1,3 +1,5 @@ +/* $OpenBSD: byteorder.c,v 1.2 2001/04/07 20:00:15 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)byteorder.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.1 $" +#ident "$Revision: 1.2 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/candidate.c b/usr.sbin/timed/timed/candidate.c index 1fe531dbfe7..b5d2374837b 100644 --- a/usr.sbin/timed/timed/candidate.c +++ b/usr.sbin/timed/timed/candidate.c @@ -1,3 +1,5 @@ +/* $OpenBSD: candidate.c,v 1.3 2001/04/07 20:00:15 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)candidate.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.2 $" +#ident "$Revision: 1.3 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/cksum.c b/usr.sbin/timed/timed/cksum.c index 03fc27b0bc8..3442c69563e 100644 --- a/usr.sbin/timed/timed/cksum.c +++ b/usr.sbin/timed/timed/cksum.c @@ -1,3 +1,5 @@ +/* $OpenBSD: cksum.c,v 1.2 2001/04/07 20:00:15 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)cksum.c 5.2 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.1 $" +#ident "$Revision: 1.2 $" #endif #include <sys/types.h> diff --git a/usr.sbin/timed/timed/correct.c b/usr.sbin/timed/timed/correct.c index 03937435581..d8d70ade26c 100644 --- a/usr.sbin/timed/timed/correct.c +++ b/usr.sbin/timed/timed/correct.c @@ -1,3 +1,5 @@ +/* $OpenBSD: correct.c,v 1.5 2001/04/07 20:00:15 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)correct.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.4 $" +#ident "$Revision: 1.5 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/globals.h b/usr.sbin/timed/timed/globals.h index 1cc0e02abb7..9a99cc9603f 100644 --- a/usr.sbin/timed/timed/globals.h +++ b/usr.sbin/timed/timed/globals.h @@ -1,3 +1,5 @@ +/* $OpenBSD: globals.h,v 1.2 2001/04/07 20:00:16 ho Exp $ */ + /*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. @@ -34,7 +36,7 @@ */ #ifdef sgi -#ident "$Revision: 1.1 $" +#ident "$Revision: 1.2 $" #endif #include <sys/param.h> diff --git a/usr.sbin/timed/timed/measure.c b/usr.sbin/timed/timed/measure.c index 73acd946805..94800456ff3 100644 --- a/usr.sbin/timed/timed/measure.c +++ b/usr.sbin/timed/timed/measure.c @@ -1,3 +1,5 @@ +/* $OpenBSD: measure.c,v 1.3 2001/04/07 20:00:16 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)measure.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.2 $" +#ident "$Revision: 1.3 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/networkdelta.c b/usr.sbin/timed/timed/networkdelta.c index 3783233118f..b0cdd4d9e88 100644 --- a/usr.sbin/timed/timed/networkdelta.c +++ b/usr.sbin/timed/timed/networkdelta.c @@ -1,3 +1,5 @@ +/* $OpenBSD: networkdelta.c,v 1.3 2001/04/07 20:00:16 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)networkdelta.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.2 $" +#ident "$Revision: 1.3 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/pathnames.h b/usr.sbin/timed/timed/pathnames.h index 370f5d82bfc..1345444f6f7 100644 --- a/usr.sbin/timed/timed/pathnames.h +++ b/usr.sbin/timed/timed/pathnames.h @@ -1,3 +1,5 @@ +/* $OpenBSD: pathnames.h,v 1.2 2001/04/07 20:00:16 ho Exp $ */ + /*- * Copyright (c) 1985 The Regents of the University of California. * All rights reserved. diff --git a/usr.sbin/timed/timed/readmsg.c b/usr.sbin/timed/timed/readmsg.c index 9ef923d118f..55634a0c9c7 100644 --- a/usr.sbin/timed/timed/readmsg.c +++ b/usr.sbin/timed/timed/readmsg.c @@ -1,3 +1,5 @@ +/* $OpenBSD: readmsg.c,v 1.7 2001/04/07 20:00:16 ho Exp $ */ + /*- * Copyright (c) 1985, 1993 The Regents of the University of California. * All rights reserved. @@ -36,7 +38,7 @@ static char sccsid[] = "@(#)readmsg.c 5.1 (Berkeley) 5/11/93"; #endif /* not lint */ #ifdef sgi -#ident "$Revision: 1.6 $" +#ident "$Revision: 1.7 $" #endif #include "globals.h" diff --git a/usr.sbin/timed/timed/timed-extern.h b/usr.sbin/timed/timed/timed-extern.h index a8ba26c77d6..5b463deb597 100644 --- a/usr.sbin/timed/timed/timed-extern.h +++ b/usr.sbin/timed/timed/timed-extern.h @@ -1,3 +1,5 @@ +/* $OpenBSD: timed-extern.h,v 1.2 2001/04/07 20:00:16 ho Exp $ */ + /*- * Copyright (c) 1993 The Regents of the University of California. * All rights reserved. |