Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/libhack fix warning allegedly reported on i386



details:   https://anonhg.NetBSD.org/src/rev/3302fef0330e
branches:  trunk
changeset: 473183:3302fef0330e
user:      gwr <gwr%NetBSD.org@localhost>
date:      Sun May 23 22:08:17 1999 +0000

description:
fix warning allegedly reported on i386

diffstat:

 distrib/utils/libhack/opendir.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f425adcc1588 -r 3302fef0330e distrib/utils/libhack/opendir.c
--- a/distrib/utils/libhack/opendir.c   Sun May 23 22:00:43 1999 +0000
+++ b/distrib/utils/libhack/opendir.c   Sun May 23 22:08:17 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: opendir.c,v 1.1 1999/05/19 03:53:03 gwr Exp $  */
+/*     $NetBSD: opendir.c,v 1.2 1999/05/23 22:08:17 gwr Exp $  */
 
 /*
  * Copyright (c) 1983, 1993
@@ -54,7 +54,6 @@
        DIR *dirp;
        int fd;
        struct stat sb;
-       int pagesz;
 
        if ((fd = open(name, O_RDONLY | O_NONBLOCK)) == -1)
                return (NULL);



Home | Main Index | Thread Index | Old Index