diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 12:13:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-22 12:13:02 +0000 |
commit | ceeadbcc7707f277db0cb8fbdacca2efd1c1ca81 (patch) | |
tree | f48d12c764af991f29fd43d506a71dc9dd60cdd9 /usr.sbin | |
parent | 4068178a003aa33daae36aac7585e295a367020a (diff) |
headers
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/yppoll/yppoll.c | 5 | ||||
-rw-r--r-- | usr.sbin/ypset/ypset.c | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/yppoll/yppoll.c b/usr.sbin/yppoll/yppoll.c index 2c9eedcf18b..ce2c8b26eea 100644 --- a/usr.sbin/yppoll/yppoll.c +++ b/usr.sbin/yppoll/yppoll.c @@ -1,3 +1,6 @@ +/* $OpenBSD: yppoll.c,v 1.2 1996/05/22 12:13:00 deraadt Exp $ */ +/* $NetBSD: yppoll.c,v 1.5 1996/05/13 02:46:36 thorpej Exp $ */ + /* * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca> * Copyright (c) 1992, 1993 John Brezak @@ -33,7 +36,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: yppoll.c,v 1.1 1995/10/18 08:48:32 deraadt Exp $"; +static char rcsid[] = "$Id: yppoll.c,v 1.2 1996/05/22 12:13:00 deraadt Exp $"; #endif /* not lint */ #include <sys/param.h> diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c index 98620c7d0d9..34abd3df344 100644 --- a/usr.sbin/ypset/ypset.c +++ b/usr.sbin/ypset/ypset.c @@ -1,5 +1,8 @@ +/* $OpenBSD: ypset.c,v 1.3 1996/05/22 12:13:01 deraadt Exp $ */ +/* $NetBSD: ypset.c,v 1.8 1996/05/13 02:46:33 thorpej Exp $ */ + /* - * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca> + * Copyright (c) 1992, 1993 Theo de Raadt <deraadt@theos.com> * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -31,7 +34,7 @@ */ #ifndef LINT -static char rcsid[] = "ypset.c,v 1.3 1993/06/12 00:02:37 deraadt Exp"; +static char rcsid[] = "$OpenBSD: ypset.c,v 1.3 1996/05/22 12:13:01 deraadt Exp $"; #endif #include <sys/param.h> |