=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/du/du.c,v retrieving revision 1.17 retrieving revision 1.18 diff -c -r1.17 -r1.18 *** src/usr.bin/du/du.c 2004/06/21 09:44:31 1.17 --- src/usr.bin/du/du.c 2005/04/17 12:27:23 1.18 *************** *** 1,4 **** ! /* $OpenBSD: du.c,v 1.17 2004/06/21 09:44:31 otto Exp $ */ /* $NetBSD: du.c,v 1.11 1996/10/18 07:20:35 thorpej Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: du.c,v 1.18 2005/04/17 12:27:23 jmc Exp $ */ /* $NetBSD: du.c,v 1.11 1996/10/18 07:20:35 thorpej Exp $ */ /* *************** *** 43,49 **** #if 0 static char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #else ! static char rcsid[] = "$OpenBSD: du.c,v 1.17 2004/06/21 09:44:31 otto Exp $"; #endif #endif /* not lint */ --- 43,49 ---- #if 0 static char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #else ! static char rcsid[] = "$OpenBSD: du.c,v 1.18 2005/04/17 12:27:23 jmc Exp $"; #endif #endif /* not lint */ *************** *** 325,330 **** { (void)fprintf(stderr, ! "usage: du [-H | -L | -P] [-a | -s] [-chkrx] [file ...]\n"); exit(1); } --- 325,330 ---- { (void)fprintf(stderr, ! "usage: du [-a | -s] [-chkrx] [-H | -L | -P] [file ...]\n"); exit(1); }