summaryrefslogtreecommitdiff
path: root/sbin/mount_ados
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:32:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-06-23 14:32:54 +0000
commitee6961ddca5997df33c6cd3d6a3b1d923481bbd2 (patch)
treed0c5a8ce449174adb1446885a3852074d1bf406d /sbin/mount_ados
parenta3ac5dbadb5694f6713891634647a7cef4553c0f (diff)
update rcsid
Diffstat (limited to 'sbin/mount_ados')
-rw-r--r--sbin/mount_ados/Makefile1
-rw-r--r--sbin/mount_ados/mount_ados.81
-rw-r--r--sbin/mount_ados/mount_ados.c3
3 files changed, 4 insertions, 1 deletions
diff --git a/sbin/mount_ados/Makefile b/sbin/mount_ados/Makefile
index 233bf4dd6ba..194bee1c072 100644
--- a/sbin/mount_ados/Makefile
+++ b/sbin/mount_ados/Makefile
@@ -1,3 +1,4 @@
+# $OpenBSD: Makefile,v 1.2 1996/06/23 14:31:13 deraadt Exp $
# $NetBSD: Makefile,v 1.4 1995/03/18 14:57:08 cgd Exp $
PROG= mount_ados
diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8
index 7a36c9c74a7..3c4e0e07802 100644
--- a/sbin/mount_ados/mount_ados.8
+++ b/sbin/mount_ados/mount_ados.8
@@ -1,3 +1,4 @@
+.\" $OpenBSD: mount_ados.8,v 1.2 1996/06/23 14:31:14 deraadt Exp $
.\" $NetBSD: mount_ados.8,v 1.3 1995/03/18 14:57:09 cgd Exp $
.\"
.\" Copyright (c) 1993,1994 Christopher G. Demetriou
diff --git a/sbin/mount_ados/mount_ados.c b/sbin/mount_ados/mount_ados.c
index 06aa281a3e3..f68882feff7 100644
--- a/sbin/mount_ados/mount_ados.c
+++ b/sbin/mount_ados/mount_ados.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: mount_ados.c,v 1.3 1996/06/23 14:31:14 deraadt Exp $ */
/* $NetBSD: mount_ados.c,v 1.5 1996/04/13 01:30:59 jtc Exp $ */
/*
@@ -31,7 +32,7 @@
*/
#ifndef lint
-static char rcsid[] = "$NetBSD: mount_ados.c,v 1.5 1996/04/13 01:30:59 jtc Exp $";
+static char rcsid[] = "$OpenBSD: mount_ados.c,v 1.3 1996/06/23 14:31:14 deraadt Exp $";
#endif /* not lint */
#include <sys/cdefs.h>