From owner-freebsd-stable Wed Aug 27 20:05:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA02949 for stable-outgoing; Wed, 27 Aug 1997 20:05:38 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (wck-ca9-08.ix.netcom.com [204.31.231.104]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA02940; Wed, 27 Aug 1997 20:05:27 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id UAA29808; Wed, 27 Aug 1997 20:05:25 -0700 (PDT) Date: Wed, 27 Aug 1997 20:05:25 -0700 (PDT) Message-Id: <199708280305.UAA29808@silvia.HIP.Berkeley.EDU> To: imp@freebsd.org CC: stable@freebsd.org Subject: issetugid() compilation error in -stable From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Warner, Make world fails as of a few hours ago in bin/csh. === cc -nostdinc -O2 -pipe -I/l/src/bin/csh -I. -DBUILTIN -DFILEC -DNLS -DSHORT_STRINGS -I/usr/obj/l/src/tmp/usr/include -static -o csh alloc.o char.o const.o csh.o dir.o dol.o err.o exec.o exp.o file.o func.o glob.o hist.o init.o lex.o misc.o parse.o prin tf.o proc.o sem.o set.o str.o time.o glob.o: Undefined symbol `_issetugid' referenced from text segment *** Error code 1 Stop. === I see that you are the last person who touched libc/gen/glob.c, so I'm bouncing this to you. Satoshi