summaryrefslogtreecommitdiff
path: root/usr.bin/error/touch.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/error/touch.c')
-rw-r--r--usr.bin/error/touch.c12
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/error/touch.c b/usr.bin/error/touch.c
index 7df35d997d0..03809f7752b 100644
--- a/usr.bin/error/touch.c
+++ b/usr.bin/error/touch.c
@@ -1,6 +1,8 @@
+/* $NetBSD: touch.c,v 1.3 1995/09/02 06:15:54 jtc Exp $ */
+
/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ * The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -32,8 +34,10 @@
*/
#ifndef lint
-/*static char sccsid[] = "from: @(#)touch.c 5.7 (Berkeley) 2/26/91";*/
-static char rcsid[] = "$Id: touch.c,v 1.2 1993/08/01 18:16:39 mycroft Exp $";
+#if 0
+static char sccsid[] = "@(#)touch.c 8.1 (Berkeley) 6/6/93";
+#endif
+static char rcsid[] = "$NetBSD: touch.c,v 1.3 1995/09/02 06:15:54 jtc Exp $";
#endif /* not lint */
#include <sys/types.h>