diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/disklabel/extern.h | 2 | ||||
-rw-r--r-- | sbin/isakmpd/monitor_fdpass.c | 2 | ||||
-rw-r--r-- | sbin/newfs_msdos/newfs_msdos.c | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/sbin/disklabel/extern.h b/sbin/disklabel/extern.h index 788407665d5..b9344e51ebd 100644 --- a/sbin/disklabel/extern.h +++ b/sbin/disklabel/extern.h @@ -1,3 +1,5 @@ +/* $OpenBSD: extern.h,v 1.3 2004/10/01 04:08:45 jsg Exp $ */ + /* * Copyright (c) 2003 Theo de Raadt <deraadt@openbsd.org> * diff --git a/sbin/isakmpd/monitor_fdpass.c b/sbin/isakmpd/monitor_fdpass.c index 46a7d7106ed..01596539a21 100644 --- a/sbin/isakmpd/monitor_fdpass.c +++ b/sbin/isakmpd/monitor_fdpass.c @@ -1,3 +1,5 @@ +/* $OpenBSD: monitor_fdpass.c,v 1.11 2004/10/01 04:08:45 jsg Exp $ */ + /* * Copyright 2001 Niels Provos <provos@citi.umich.edu> * All rights reserved. diff --git a/sbin/newfs_msdos/newfs_msdos.c b/sbin/newfs_msdos/newfs_msdos.c index 336b8955771..39007f94007 100644 --- a/sbin/newfs_msdos/newfs_msdos.c +++ b/sbin/newfs_msdos/newfs_msdos.c @@ -1,3 +1,5 @@ +/* $OpenBSD: newfs_msdos.c,v 1.15 2004/10/01 04:08:45 jsg Exp $ */ + /* * Copyright (c) 1998 Robert Nordier * All rights reserved. |