diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-12 00:48:10 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-02-12 00:48:10 +0000 |
commit | 7a6502bd9864816bb01598069ff5363d441b5fc1 (patch) | |
tree | 3f8a6603cca2843366dfd246e9772d4a39204468 /lib | |
parent | c84066f26bc08764e62111a6de3a9766d490a77e (diff) |
copyright
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/rcmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c index 33fe60452ca..44e4ad3b5cd 100644 --- a/lib/libc/net/rcmd.c +++ b/lib/libc/net/rcmd.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1996 Theo de Raadt. All rights reserved. + * Copyright (c) 1995, 1996, 1998 Theo de Raadt. All rights reserved. * Copyright (c) 1983, 1993, 1994 * The Regents of the University of California. All rights reserved. * @@ -34,7 +34,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: rcmd.c,v 1.28 1998/02/11 05:28:52 deraadt Exp $"; +static char *rcsid = "$OpenBSD: rcmd.c,v 1.29 1998/02/12 00:48:09 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |