diff options
Diffstat (limited to 'usr.bin/rdist/isexec.c')
-rw-r--r-- | usr.bin/rdist/isexec.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/rdist/isexec.c b/usr.bin/rdist/isexec.c index 571f9d7d4c6..795a2e27a12 100644 --- a/usr.bin/rdist/isexec.c +++ b/usr.bin/rdist/isexec.c @@ -1,3 +1,5 @@ +/* $OpenBSD: isexec.c,v 1.3 1996/06/26 05:38:13 deraadt Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -32,7 +34,7 @@ */ #ifndef lint static char RCSid[] = -"$Id: isexec.c,v 1.2 1996/03/05 03:16:06 dm Exp $"; +"$OpenBSD: isexec.c,v 1.3 1996/06/26 05:38:13 deraadt Exp $"; static char sccsid[] = "@(#)client.c"; |