summaryrefslogtreecommitdiff
path: root/usr.bin/error/touch.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-09-02 05:57:23 +0000
committerjtc <jtc@NetBSD.org>1995-09-02 05:57:23 +0000
commit71bb6dda25e7dc3175caab5000e4af4200fe44de (patch)
tree29358261c6bb6ba0edc1982670402b9ad65222bd /usr.bin/error/touch.c
parent3e4b73c5a65cdeab6b3a6ec62732f9d1381e3f4a (diff)
Sync with 4.4lite2
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>
d>itojun 2003-10-30Remove some assigned-to but otherwise unused variables.simonb 2003-05-03DMA, not dma nor Dma.wiz 2003-04-06Respect the law: Use A-law and mu-law as spellings as far as easily possible.wiz 2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej