=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/du/du.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/du/du.c 1995/10/18 08:45:05 1.1 --- src/usr.bin/du/du.c 1996/06/26 05:32:38 1.2 *************** *** 1,3 **** --- 1,4 ---- + /* $OpenBSD: du.c,v 1.2 1996/06/26 05:32:38 deraadt Exp $ */ /* $NetBSD: du.c,v 1.10 1995/09/28 06:19:56 perry Exp $ */ /* *************** *** 46,52 **** #if 0 static char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #else ! static char rcsid[] = "$NetBSD: du.c,v 1.10 1995/09/28 06:19:56 perry Exp $"; #endif #endif /* not lint */ --- 47,53 ---- #if 0 static char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #else ! static char rcsid[] = "$OpenBSD: du.c,v 1.2 1996/06/26 05:32:38 deraadt Exp $"; #endif #endif /* not lint */