From owner-freebsd-stable Wed Sep 1 4:31:49 1999 Delivered-To: freebsd-stable@freebsd.org Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id 8DFC215418; Wed, 1 Sep 1999 04:31:42 -0700 (PDT) (envelope-from ust@cert.siemens.de) X-Envelope-Sender-Is: ust@cert.siemens.de (at relayer david.siemens.de) Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by david.siemens.de (8.9.3/8.9.3) with ESMTP id NAA27651; Wed, 1 Sep 1999 13:31:41 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail1.siemens.de (8.9.3/8.9.3) with ESMTP id NAA24069; Wed, 1 Sep 1999 13:31:41 +0200 (MET DST) Received: from alaska.cert.siemens.de (alaska.cert.siemens.de [139.23.202.134]) by mars.cert.siemens.de (8.9.3/8.9.3/Siemens CERT [ $Revision: 1.9 ]) with ESMTP id NAA67808; Wed, 1 Sep 1999 13:31:41 +0200 (CEST) Received: (from ust@localhost) by alaska.cert.siemens.de (8.9.3/8.9.3/alaska [ $Revision: 1.2 ]) id LAA21271; Wed, 1 Sep 1999 11:31:42 GMT (envelope-from ust) Date: Wed, 1 Sep 1999 13:31:42 +0200 From: Udo Schweigert To: freebsd-stable@freebsd.org, cvs-all@freebsd.org Subject: make kernel broken in -STABLE Message-ID: <19990901133142.A21235@alaska.cert.siemens.de> Mail-Followup-To: freebsd-stable@freebsd.org, cvs-all@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mutt 0.95.7i X-Operating-System: FreeBSD 3.2-STABLE Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, today´s -STABLE had the following error when making a new kernel: cc -c -O2 -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DUSBVERBOSE -DKERNEL -DVM_STACK -include opt_global.h -elf ../../kern/kern_sig.c ../../kern/kern_sig.c: In function `expand_name': ../../kern/kern_sig.c:1275: argument `uid' doesn't match prototype ../../kern/kern_sig.c:74: prototype declaration *** Error code 1 Here´s a patch: --- ../../kern/kern_sig.c Wed Sep 1 08:12:01 1999 +++ /tmp/kern_sig.c Wed Sep 1 13:03:10 1999 @@ -1272,7 +1272,7 @@ static char * expand_name(name, uid, pid) -const char *name; int uid; int pid; { +const char *name; uid_t uid; int pid; { char *temp; char buf[11]; /* Buffer for pid/uid -- max 4B */ int i, n; Regards ------------------------------------------------------------------------------- Udo Schweigert || Voice : +49 89 636 42170 Siemens AG, Siemens CERT || Fax : +49 89 636 48000 ZT IK 3 || email : Udo.Schweigert@mchp.siemens.de D-81730 Muenchen / Germany || : ust@cert.siemens.de PGP fingerprint || 2A 53 F6 A6 30 59 64 02 6B C4 E0 73 B2 C9 6C E7 ------------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message