diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2006-03-08 12:20:06 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2006-03-08 12:20:06 +0000 |
commit | 205b3901598a2403426c2ae2f47f079c9d28d376 (patch) | |
tree | 8b3ba221f41e1806ba12dc65cf726a6c7af27039 /usr.bin/touch/touch.c | |
parent | a3e32db7620b275eb56225901bcdf80664dc16b6 (diff) |
even betterer
From: Przemyslaw Nowaczyk <p_nowaczyk@o2.pl>
Diffstat (limited to 'usr.bin/touch/touch.c')
-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, ""); |