Date: Sat, 17 Apr 1999 10:06:23 +1200 From: Joe Abley <jabley@patho.gen.nz> To: freebsd-current@freebsd.org Subject: Consistent errors making buildworld Message-ID: <19990417100623.A93010@patho.gen.nz>
next in thread | raw e-mail | index | archive | help
Hi, I've been trying to make buildworld on an aged Compaq DX2 (using newly- supped CURRENT source) for about a week now, and (modulo the few egcs-looking failures early on) I am now stuck with compilation failures in doscmd. I have completely removed /usr/obj/* prior to starting, each time, and the last time I tried I also wiped /usr/src/* and re-supped. Same error (below) [note on my machine, /usr/src and /usr/obj are symlinks to /var/src and /var/obj, respectively). I have also appended /etc/make.conf to this message. Just out of interest, why is a make buildworld trying to include X headers? Machine was previously running CURRENT (supped and compiled quite a while before the egcs import). It takes about three days to make buildworld, hence my delay in reporting this... However, I see loads of other people successfully making world in -current, so I assume it must be something local. Any pointers appreciated. [last few log lines from make buildworld follows] cc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/var/src/tmp/usr/include -c /var/src/usr.bin/doscmd/trap.c cc -O -pipe -I. -I/usr/X11R6/include -DDISASSEMBLER -I/usr/obj/var/src/tmp/usr/include -c /var/src/usr.bin/doscmd/tty.c /var/src/usr.bin/doscmd/tty.c:36: X11/Xlib.h: No such file or directory /var/src/usr.bin/doscmd/tty.c:37: X11/Xutil.h: No such file or directory /var/src/usr.bin/doscmd/tty.c:38: X11/keysym.h: No such file or directory /var/src/usr.bin/doscmd/tty.c:77: parse error before `*' /var/src/usr.bin/doscmd/tty.c:77: warning: data definition has no type or storage class /var/src/usr.bin/doscmd/tty.c:78: parse error before `win' /var/src/usr.bin/doscmd/tty.c:78: warning: data definition has no type or storage class /var/src/usr.bin/doscmd/tty.c:79: parse error before `*' /var/src/usr.bin/doscmd/tty.c:79: warning: data definition has no type or storage class /var/src/usr.bin/doscmd/tty.c:103: parse error before `gc' /var/src/usr.bin/doscmd/tty.c:103: warning: data definition has no type or storage class /var/src/usr.bin/doscmd/tty.c:104: parse error before `cgc' /var/src/usr.bin/doscmd/tty.c:104: warning: data definition has no type or storage class /var/src/usr.bin/doscmd/tty.c: In function `setgc': /var/src/usr.bin/doscmd/tty.c:380: `XGCValues' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:380: (Each undeclared identifier is reported only once /var/src/usr.bin/doscmd/tty.c:380: for each function it appears in.) /var/src/usr.bin/doscmd/tty.c:380: parse error before `v' /var/src/usr.bin/doscmd/tty.c:382: `v' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:393: `GCForeground' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:393: `GCBackground' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c: In function `video_update': /var/src/usr.bin/doscmd/tty.c:409: `XGCValues' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:409: parse error before `v' /var/src/usr.bin/doscmd/tty.c:484: `v' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:487: `GXxor' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:490: `GXcopy' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:492: `GCForeground' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:492: `GCFunction' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c: In function `debug_event': /var/src/usr.bin/doscmd/tty.c:737: warning: passing arg 1 of `dump_regs' from incompatible pointer type /var/src/usr.bin/doscmd/tty.c: In function `video_async_event': /var/src/usr.bin/doscmd/tty.c:986: `XEvent' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:986: parse error before `ev' /var/src/usr.bin/doscmd/tty.c:994: `ev' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c: At top level: /var/src/usr.bin/doscmd/tty.c:1126: parse error before `*' /var/src/usr.bin/doscmd/tty.c: In function `video_event': /var/src/usr.bin/doscmd/tty.c:1128: `ev' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1129: `MotionNotify' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1130: `XMotionEvent' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1130: `me' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1130: parse error before `)' /var/src/usr.bin/doscmd/tty.c:1144: `ButtonRelease' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1145: `XButtonEvent' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1145: `be' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1145: parse error before `)' /var/src/usr.bin/doscmd/tty.c:1162: `ButtonPress' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1163: parse error before `)' /var/src/usr.bin/doscmd/tty.c:1184: `NoExpose' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1186: `GraphicsExpose' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1187: `Expose' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1193: `KeyRelease' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1195: `KeySym' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1195: parse error before `ks' /var/src/usr.bin/doscmd/tty.c:1200: `ShiftMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1204: `ControlMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1209: `Mod1Mask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1214: `LockMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1218: `XKeyEvent' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1218: parse error before `)' /var/src/usr.bin/doscmd/tty.c:1219: `ks' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1220: `XK_Shift_L' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1223: `XK_Shift_R' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1226: `XK_Control_L' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1230: `XK_Control_R' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1234: `XK_Alt_L' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1238: `XK_Alt_R' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1242: `XK_Scroll_Lock' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1245: `XK_Num_Lock' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1248: `XK_Caps_Lock' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1251: `XK_Insert' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1221: warning: unreachable code at beginning of switch statement /var/src/usr.bin/doscmd/tty.c:1257: `KeyPress' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1259: parse error before `ks' /var/src/usr.bin/doscmd/tty.c:1282: parse error before `)' /var/src/usr.bin/doscmd/tty.c:1320: `XK_KP_Insert' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1326: `XK_Escape' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1330: `XK_Tab' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1331: `XK_ISO_Left_Tab' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1335: `XK_Return' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1336: `XK_KP_Enter' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1340: `XK_Print' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1344: `XK_F1' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1345: `XK_F2' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1346: `XK_F3' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1347: `XK_F4' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1348: `XK_F5' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1349: `XK_F6' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1350: `XK_F7' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1351: `XK_F8' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1352: `XK_F9' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1353: `XK_F10' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1357: `XK_KP_7' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1359: `XK_Home' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1360: `XK_KP_Home' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1363: `XK_KP_8' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1365: `XK_Up' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1366: `XK_KP_Up' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1369: `XK_KP_9' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1371: `XK_Prior' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1372: `XK_KP_Prior' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1375: `XK_KP_Subtract' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1378: `XK_KP_4' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1380: `XK_Left' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1381: `XK_KP_Left' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1384: `XK_KP_5' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1386: `XK_Begin' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1387: `XK_KP_Begin' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1390: `XK_KP_6' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1392: `XK_Right' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1393: `XK_KP_Right' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1396: `XK_KP_Add' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1399: `XK_KP_1' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1401: `XK_End' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1402: `XK_KP_End' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1405: `XK_KP_2' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1407: `XK_Down' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1408: `XK_KP_Down' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1411: `XK_KP_3' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1413: `XK_Next' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1414: `XK_KP_Next' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1417: `XK_KP_0' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1423: `XK_KP_Decimal' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1428: `XK_Delete' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1429: `XK_KP_Delete' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1433: `XK_BackSpace' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1437: `XK_F11' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1440: `XK_F12' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1445: `XK_KP_Divide' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1449: `XK_KP_Multiply' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1286: warning: unreachable code at beginning of switch statement /var/src/usr.bin/doscmd/tty.c:1142: warning: unreachable code at beginning of switch statement /var/src/usr.bin/doscmd/tty.c: In function `tty_read': /var/src/usr.bin/doscmd/tty.c:1745: warning: passing arg 1 of `fake_int' from incompatible pointer type /var/src/usr.bin/doscmd/tty.c: In function `tty_peek': /var/src/usr.bin/doscmd/tty.c:1787: warning: passing arg 1 of `fake_int' from incompatible pointer type /var/src/usr.bin/doscmd/tty.c: In function `video_init': /var/src/usr.bin/doscmd/tty.c:1963: `XSizeHints' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1963: parse error before `sh' /var/src/usr.bin/doscmd/tty.c:1964: `XGCValues' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:1965: `XColor' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2000: warning: passing arg 2 of `register_callback' from incompatible pointer type /var/src/usr.bin/doscmd/tty.c:2047: warning: assignment makes pointer from integer without a cast /var/src/usr.bin/doscmd/tty.c:2070: `ccd' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2070: `rgb' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2081: warning: assignment makes pointer from integer without a cast /var/src/usr.bin/doscmd/tty.c:2084: warning: assignment makes pointer from integer without a cast /var/src/usr.bin/doscmd/tty.c:2091: request for member `max_bounds' in something not a structure or union /var/src/usr.bin/doscmd/tty.c:2092: request for member `max_bounds' in something not a structure or union /var/src/usr.bin/doscmd/tty.c:2092: request for member `max_bounds' in something not a structure or union /var/src/usr.bin/doscmd/tty.c:2093: request for member `max_bounds' in something not a structure or union /var/src/usr.bin/doscmd/tty.c:2098: `sh' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2107: `USSize' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2107: `PMinSize' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2107: `PMaxSize' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2107: `PSize' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2116: `gcv' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2118: request for member `fid' in something not a structure or union /var/src/usr.bin/doscmd/tty.c:2120: `GCForeground' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2120: `GCBackground' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2120: `GCFont' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2126: `GXxor' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2127: `GCFunction' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2131: `ExposureMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2132: `ButtonPressMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2132: `ButtonReleaseMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2132: `PointerMotionMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2134: `KeyReleaseMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c:2134: `KeyPressMask' undeclared (first use in this function) /var/src/usr.bin/doscmd/tty.c: In function `video_bios_init': /var/src/usr.bin/doscmd/tty.c:2212: warning: passing arg 2 of `register_callback' from incompatible pointer type *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. [/etc/make.conf follows] # $Id: make.conf,v 1.73 1999/01/20 01:58:39 asami Exp $ # # This file, if present, will be read by make (see /usr/share/mk/sys.mk). # It allows you to override macro definitions to make without changing # your source tree, or anything the source tree installs. # # This file must be in valid Makefile syntax. # # You have to find the things you can put here in the Makefiles and # documentation of the source tree. # # One, and probably the most common, use could be: # CFLAGS= -O -pipe # # # Avoid compiling profiled libraries #NOPROFILE= true # # Compare before install #INSTALL=install -C # # To avoid building the default system perl #NOPERL= true # To avoid building the suid perl #NOSUIDPERL= true # # To avoid building sendmail #NO_SENDMAIL= true # # To have 'obj' symlinks created in your source directory # (they aren't needed/necessary) #OBJLINK= yes # # To compile just the kernel with special optimisations, you should use # this instead of CFLAGS (which is not applicable to kernel builds anyway): # COPTFLAGS= -O -pipe # # To compile and install the 4.4 lite libm instead of the default use: # #WANT_CSRG_LIBM= yes # # If you do not want unformatted manual pages to be compressed # when they are installed: # #NOMANCOMPRESS= true # # # If you want the "compat" shared libraries installed as part of your normal # builds, uncomment these: # #COMPAT1X= yes #COMPAT20= yes #COMPAT21= yes # # # If you do not want additional documentation (some of which are # a few hundred KB's) for ports to be installed: # #NOPORTDOCS= true # # # Default format for system documentation, depends on your printer. # Set this to "ascii" for simple printers or screen # #PRINTERDEVICE= ps # # # How long to wait for a console keypress before booting the default kernel. # This value is approximately in milliseconds. Keypresses are accepted by the # BIOS before booting from disk, making it possible to give custom boot # parameters even when this is set to 0. # #BOOTWAIT=0 #BOOTWAIT=30000 # # By default, the system will always use the keyboard/video card as system # console. However, the boot blocks may be dynamically configured to use a # serial port in addition to or instead of the keyboard/video console. # # By default we use COM1 as our serial console port *if* we're going to use # a serial port as our console at all. (0x3E8 = COM2) # #BOOT_COMCONSOLE_PORT= 0x3F8 # # The default serial console speed is 9600. Set the speed to a larger value # for better interactive response. # #BOOT_COMCONSOLE_SPEED= 115200 # # # By default, this points to /usr/X11R6 for XFree86 releases 3.0 or earlier. # If you have a XFree86 from before 3.0 that has the X distribution in # /usr/X386, you want to uncomment this. # #X11BASE= /usr/X386 # # # If you have Motif on your system, uncomment this. # #HAVE_MOTIF= yes #MOTIF_STATIC= yes # # If the default location of the Motif library (specified below) is NOT # appropriate for you, uncomment this and change it to the correct value. # If your motif is in ${X11BASE}/lib, you don't need to touch this line. # #MOTIFLIB= -L${X11BASE}/lib -lXm # # # If you are running behind a firewall, uncomment the following to leave a # hint for various make-spawned utilities that they should use passive FTP. # #FTP_PASSIVE_MODE= YES # # If you're resident in the USA, this will help various ports to determine # whether or not they should attempt to comply with the various U.S. # export regulations on certain types of software which do not apply to # anyone else in the world. # USA_RESIDENT= NO # # Next one will help ports developers to debug # #FORCE_PKG_REGISTER= YES # # # Port master sites. # # If you want your port fetches to go somewhere else than the default # (specified below) in case the distfile/patchfile was not found, # uncomment this and change it to a location nearest you. (Don't # remove the "/${DIST_SUBDIR}/" part.) # #MASTER_SITE_BACKUP?= \ # ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/${DIST_SUBDIR}/ # # If you want your port fetches to check the above site first (before # the MASTER_SITES specified in the port Makefiles), uncomment the # line below. You can also change the right side to point to wherever # you want. # #MASTER_SITE_OVERRIDE?= ${MASTER_SITE_BACKUP} # # Some ports use a special variable to point to a collection of # mirrors of well-known software archives. If you have a mirror close # to you, uncomment any of the following lines and change it to that # address. (Don't remove the "/%SUBDIR%/" part.) # # Note: the right hand sides of the following lines are only for your # information. For a full list of default sites, take a look at # bsd.port.mk. # #MASTER_SITE_XCONTRIB= ftp://ftp.x.org/contrib/%SUBDIR%/ #MASTER_SITE_GNU= ftp://prep.ai.mit.edu/pub/gnu/%SUBDIR%/ #MASTER_SITE_PERL_CPAN= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/%SUBDIR%/ #MASTER_SITE_TEX_CTAN= ftp://ftp.tex.ac.uk/tex-archive/%SUBDIR%/ #MASTER_SITE_SUNSITE= ftp://sunsite.unc.edu/pub/Linux/%SUBDIR%/ #MASTER_SITE_KDE= ftp://ftp.kde.org/pub/kde/%SUBDIR%/ #MASTER_SITE_COMP_SOURCES= ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ #MASTER_SITE_GNOME= ftp://ftp.gnome.org/pub/GNOME/sources/%SUBDIR%/ # # # Kerberos IV # If you want KerberosIV (KTH eBones), define this: # #MAKE_KERBEROS4= yes # # # Kerberos5 # If you want to install Kerberos5 somewhere other than /usr/local, # define this: # #KRB5_HOME= /usr/local/krb5 # # # CVSup update flags. Edit SUPFILE settings to reflect whichever distribution # file(s) you use on your site (see /usr/share/examples/cvsup/README for more # information on CVSup and these files). To use, do "make update" in /usr/src. # #SUP_UPDATE= yes # #SUP= /usr/local/bin/cvsup #SUPFLAGS= -g -L 2 -z #SUPFILE= /usr/share/examples/cvsup/standard-supfile #SUPFILE1= /usr/share/examples/cvsup/secure-supfile #SUPFILE2= /usr/share/examples/cvsup/ports-supfile # # top(1) uses a hash table for the user names. The size of this hash # can be tuned to match the number of local users. The table size should # be a prime number approximately twice as large as the number of lines in # /etc/passwd. The default number is 20011. # #TOP_TABLE_SIZE= 101 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990417100623.A93010>