=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/diff.c,v retrieving revision 1.29 retrieving revision 1.30 diff -c -r1.29 -r1.30 *** src/usr.bin/diff/diff.c 2003/07/21 21:57:22 1.29 --- src/usr.bin/diff/diff.c 2003/07/21 21:59:58 1.30 *************** *** 1,4 **** ! /* $OpenBSD: diff.c,v 1.29 2003/07/21 21:57:22 millert Exp $ */ /* * Copyright (c) 2003 Todd C. Miller --- 1,4 ---- ! /* $OpenBSD: diff.c,v 1.30 2003/07/21 21:59:58 henning Exp $ */ /* * Copyright (c) 2003 Todd C. Miller *************** *** 21,27 **** */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: diff.c,v 1.29 2003/07/21 21:57:22 millert Exp $"; #endif /* not lint */ #include --- 21,27 ---- */ #ifndef lint ! static const char rcsid[] = "$OpenBSD: diff.c,v 1.30 2003/07/21 21:59:58 henning Exp $"; #endif /* not lint */ #include *************** *** 247,253 **** if (len == -1) err(2, NULL); ! return(len); } void --- 247,253 ---- if (len == -1) err(2, NULL); ! return (len); } void