summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-06-26 05:31:08 +0000
committerderaadt <deraadt@openbsd.org>1996-06-26 05:31:08 +0000
commit1258a77d10860d0a1d2b89bfaa6653ced2930912 (patch)
treed5b976ba9db15bd1729a26b8250b64db1ca31347 /usr.bin/tftp/main.c
parent[1] add new rxso passing structure to if_atm.h (diff)
downloadwireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.tar.xz
wireguard-openbsd-1258a77d10860d0a1d2b89bfaa6653ced2930912.zip
rcsid
Diffstat (limited to 'usr.bin/tftp/main.c')
-rw-r--r--usr.bin/tftp/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 1595cadef5a..c27ca9cdc60 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: main.c,v 1.2 1996/06/26 05:40:34 deraadt Exp $ */
/* $NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $ */
/*
@@ -43,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/6/93";
#endif
-static char rcsid[] = "$NetBSD: main.c,v 1.6 1995/05/21 16:54:10 mycroft Exp $";
+static char rcsid[] = "$OpenBSD: main.c,v 1.2 1996/06/26 05:40:34 deraadt Exp $";
#endif /* not lint */
/* Many bug fixes are from Jim Guyton <guyton@rand-unix> */