get rid of someone else's bravery (stupidity)

This commit is contained in:
cgd 1994-07-27 07:37:25 +00:00
parent ad1d3832de
commit 4b0d7d9d90
2 changed files with 3 additions and 5 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)printf.c 8.1 (Berkeley) 6/11/93
* $Id: printf.c,v 1.1 1994/01/26 02:03:53 brezak Exp $
* $Id: printf.c,v 1.2 1994/07/27 07:37:25 cgd Exp $
*/
/*
@ -74,7 +74,7 @@ void
#if __STDC__
printf(const char *fmt, ...)
#else
printf(fmt /* , va_alist */)
printf(fmt, va_alist)
char *fmt;
#endif
{

View File

@ -61,7 +61,7 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
* $Id: ufs.c,v 1.4 1994/07/18 13:08:09 pk Exp $
* $Id: ufs.c,v 1.5 1994/07/27 07:37:35 cgd Exp $
*/
/*
@ -342,12 +342,10 @@ search_directory(name, f, inumber_p)
while (dp < edp) {
if (dp->d_ino == (ino_t)0)
goto next;
#if 0
#if BYTE_ORDER == LITTLE_ENDIAN
if (fp->f_fs->fs_maxsymlinklen <= 0)
namlen = dp->d_type;
else
#endif
#endif
namlen = dp->d_namlen;
if (namlen == length &&