diff options
author | 2006-03-08 12:20:05 +0000 | |
---|---|---|
committer | 2006-03-08 12:20:05 +0000 | |
commit | 734ce3515340f37af761ff5651570b2b69d9384f (patch) | |
tree | 0a653024b03c12bc84804cb7abc2b0c0a0b28214 | |
parent | propagate stuff to be able to explicitly clean-up repositories. (diff) | |
download | wireguard-openbsd-734ce3515340f37af761ff5651570b2b69d9384f.tar.xz wireguard-openbsd-734ce3515340f37af761ff5651570b2b69d9384f.zip |
even betterer
From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl>
-rw-r--r-- | usr.bin/touch/touch.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/touch/touch.c b/usr.bin/touch/touch.c index d020b44ea34..70b1d7a3a20 100644 --- a/usr.bin/touch/touch.c +++ b/usr.bin/touch/touch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: touch.c,v 1.13 2006/03/07 11:49:40 henning Exp $ */ +/* $OpenBSD: touch.c,v 1.14 2006/03/08 12:20:05 henning Exp $ */ /* $NetBSD: touch.c,v 1.11 1995/08/31 22:10:06 jtc Exp $ */ /* @@ -53,10 +53,10 @@ __dead void usage(void); int main(int argc, char *argv[]) { - struct stat sb; - struct timeval tv[2]; - int aflag, cflag, mflag, ch, fd, len, rval, timeset; - char *p; + struct stat sb; + struct timeval tv[2]; + int aflag, cflag, mflag, ch, fd, len, rval, timeset; + char *p; (void)setlocale(LC_ALL, ""); |