summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/rcmd.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-07-11 22:39:21 +0000
committerderaadt <deraadt@openbsd.org>2003-07-11 22:39:21 +0000
commitfe9c916fd65566c3304f7310d6a1ef8b458f629d (patch)
tree6071384ae4df4e47cee48dbf1b9762a687e281ea /lib/libc/net/rcmd.c
parentSet pcb_onfault earlier in 386 version of copyout and clean up (diff)
downloadwireguard-openbsd-fe9c916fd65566c3304f7310d6a1ef8b458f629d.tar.xz
wireguard-openbsd-fe9c916fd65566c3304f7310d6a1ef8b458f629d.zip
license oops; from tedu
Diffstat (limited to 'lib/libc/net/rcmd.c')
-rw-r--r--lib/libc/net/rcmd.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c
index c3acb46cd27..f37cb785be6 100644
--- a/lib/libc/net/rcmd.c
+++ b/lib/libc/net/rcmd.c
@@ -11,6 +11,9 @@
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of the University nor the names of its contributors
+ * may be used to endorse or promote products derived from this software
+ * without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
@@ -26,7 +29,7 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: rcmd.c,v 1.46 2003/06/03 20:49:27 deraadt Exp $";
+static char *rcsid = "$OpenBSD: rcmd.c,v 1.47 2003/07/11 22:39:21 deraadt Exp $";
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h>