summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ypset
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-05-22 12:13:00 +0000
committerderaadt <deraadt@openbsd.org>1996-05-22 12:13:00 +0000
commit04e783808057cc4bf860e1abdf159ae2c9a5f8dc (patch)
treef4aee9b5ed3f53bd262d26a32e0e97e33ef78e60 /usr.sbin/ypset
parentadd more error checking to greywolf patch (diff)
downloadwireguard-openbsd-04e783808057cc4bf860e1abdf159ae2c9a5f8dc.tar.xz
wireguard-openbsd-04e783808057cc4bf860e1abdf159ae2c9a5f8dc.zip
headers
Diffstat (limited to 'usr.sbin/ypset')
-rw-r--r--usr.sbin/ypset/ypset.c7
1 files changed, 5 insertions, 2 deletions
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>