From owner-freebsd-bugs Mon Aug 14 03:40:02 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA10803 for bugs-outgoing; Mon, 14 Aug 1995 03:40:02 -0700 Received: (from gnats@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id DAA10796 ; Mon, 14 Aug 1995 03:40:01 -0700 Date: Mon, 14 Aug 1995 03:40:01 -0700 Message-Id: <199508141040.DAA10796@freefall.FreeBSD.org> To: freebsd-bugs Cc: From: Wolfram Schneider Subject: Re: kern/682: to shot command name in Reply-To: Wolfram Schneider Sender: bugs-owner@FreeBSD.org Precedence: bulk The following reply was made to PR kern/682; it has been noted by GNATS. From: Wolfram Schneider To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: kern/682: to shot command name in Date: Mon, 14 Aug 1995 12:20:01 +0200 J. Wunsch writes: >As Wolfram Schneider wrote: >> >> /usr/include/sys/acct.h: >> >> #define AC_COMM_LEN 16 >> struct acct { >> char ac_comm[AC_COMM_LEN]; /* command name */ > >What incompatibilites will this produce? Is it just lastcomm(1) >that has to be recompiled? $gfind . -name '*.[ch]' | xargs egrep -l '' > a $cat a ./usr.sbin/sa/usrdb.c ./usr.sbin/sa/main.c ./usr.sbin/sa/pdb.c ./usr.bin/lastcomm/lastcomm.c ./sys/kern/kern_exec.c ./sys/kern/kern_fork.c ./sys/kern/kern_proc.c ./sys/kern/kern_sig.c ./sys/kern/kern_prot.c ./sys/kern/kern_acct.c ./sys/i386/i386/trap.c ./sys/i386/i386/math_emulate.c $xargs egrep -l ac_comm < a ./usr.sbin/sa/main.c ./usr.bin/lastcomm/lastcomm.c ./sys/kern/kern_acct.c -- Wolfram Schneider me