diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libc/net/rcmd.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/libc/net/rcmd.c b/src/lib/libc/net/rcmd.c index 62dde64589..df555a51d6 100644 --- a/src/lib/libc/net/rcmd.c +++ b/src/lib/libc/net/rcmd.c | |||
@@ -1,4 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (c) 1995, 1996 Theo de Raadt. All rights reserved. | ||
2 | * Copyright (c) 1983, 1993, 1994 | 3 | * Copyright (c) 1983, 1993, 1994 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
4 | * | 5 | * |
@@ -14,6 +15,7 @@ | |||
14 | * must display the following acknowledgement: | 15 | * must display the following acknowledgement: |
15 | * This product includes software developed by the University of | 16 | * This product includes software developed by the University of |
16 | * California, Berkeley and its contributors. | 17 | * California, Berkeley and its contributors. |
18 | * This product includes software developed by Theo de Raadt. | ||
17 | * 4. Neither the name of the University nor the names of its contributors | 19 | * 4. Neither the name of the University nor the names of its contributors |
18 | * may be used to endorse or promote products derived from this software | 20 | * may be used to endorse or promote products derived from this software |
19 | * without specific prior written permission. | 21 | * without specific prior written permission. |
@@ -32,7 +34,7 @@ | |||
32 | */ | 34 | */ |
33 | 35 | ||
34 | #if defined(LIBC_SCCS) && !defined(lint) | 36 | #if defined(LIBC_SCCS) && !defined(lint) |
35 | static char *rcsid = "$OpenBSD: rcmd.c,v 1.14 1996/08/31 17:56:52 deraadt Exp $"; | 37 | static char *rcsid = "$OpenBSD: rcmd.c,v 1.15 1996/09/01 18:31:29 deraadt Exp $"; |
36 | #endif /* LIBC_SCCS and not lint */ | 38 | #endif /* LIBC_SCCS and not lint */ |
37 | 39 | ||
38 | #include <sys/param.h> | 40 | #include <sys/param.h> |