Deleted Added
full compact
touch.c (47016) touch.c (47042)
1/*
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 329 unchanged lines hidden (view full) ---

338 warn("%s: permissions modified", fname);
339 }
340 return (rval);
341}
342
343void
344usage()
345{
1/*
2 * Copyright (c) 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 329 unchanged lines hidden (view full) ---

338 warn("%s: permissions modified", fname);
339 }
340 return (rval);
341}
342
343void
344usage()
345{
346 (void)fprintf(stderr, "usage: touch [-acfm] [-r file]"
347 " [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n");
346 (void)fprintf(stderr, "usage: touch [-acfm] [-r file] [-t [[CC]YY]MMDDhhmm[.SS]] file ...\n");
348 exit(1);
349}
347 exit(1);
348}