[3154] in Release_Engineering
NetProb ticket #1366, source/util/pinstall/install.c
daemon@ATHENA.MIT.EDU (cdemello@MIT.EDU)
Tue Feb 8 09:32:32 1994
From: cdemello@MIT.EDU
Date: Tue, 8 Feb 94 09:32:29 -0500
To: rel-eng@MIT.EDU
Cc:
>From epeisach@MIT.EDU Tue Feb 8 08:30:56 1994
>Received: by gregor.MIT.EDU (5.57/4.7) id AA03708; Tue, 8 Feb 94 08:30:51 -050>0
>Received: from KANGAROO.MIT.EDU by MIT.EDU with SMTP
> id AA27903; Tue, 8 Feb 94 08:30:48 EST
>From: epeisach@MIT.EDU
>Received: by kangaroo.mit.edu (5.65/4.7) id AA02133; Tue, 8 Feb 1994 08:30:46 >-0500
>Date: Tue, 8 Feb 1994 08:30:46 -0500
>Message-Id: <9402081330.AA02133@kangaroo.mit.edu>
>To: bugs@MIT.EDU
>Cc: alpha@kangaroo.mit.edu
>Subject: source/util/pinstall/install.c
>
>
>The following patch is technically not required by our platforms - but
>is necessary for those compilers that enforce that you must declare a
>function static before reference or it is assumed to be global.
>
>
>Simple patch:
>
>*** /source/util/pinstall/install.c Sun Oct 17 18:33:50 1993
>--- ./install.c Tue Nov 23 19:42:15 1993
>***************
>*** 76,81 ****
>--- 76,83 ----
> char *strdup();
> extern char *getenv();
>
>+ static install(), strip(), copy(), isnumber(), atoo(), bad(), usage();
>+
> main(argc, argv)
> int argc;
> char **argv;
>