diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-10-28 04:56:29 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-10-28 04:56:29 +0000 |
commit | ae0f44b450ec554eaddb48ff884fc75377076a27 (patch) | |
tree | bc75ce886e751df1d546cd3c8e2cb473eedbaf53 | |
parent | Undo previous commit, "install" is fixed to accept -C and -d simultaneously. (diff) |
Remove bogus *alloc() declarations so this one compiles.
Notes
Notes:
svn path=/head/; revision=8370
-rw-r--r-- | mail/faces/files/patch-aa | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/mail/faces/files/patch-aa b/mail/faces/files/patch-aa index 605bc29234f9..bc67b957c004 100644 --- a/mail/faces/files/patch-aa +++ b/mail/faces/files/patch-aa @@ -538,8 +538,19 @@ diff -c -N ../faces/faces.h ./faces.h R_AUDIO, R_AUDIOCMD, R_BELLFILE #endif /*AUDIO_SUPPORT*/ *************** +*** 193,200 **** + #endif /*NOUTIME*/ + + extern char *getenv P(()) ; +- extern char *malloc P(()) ; +- extern char *realloc P(()) ; + extern char *index P(()) ; + extern char *rindex P(()) ; + extern char *strcpy P(()) ; +--- 194,199 ---- +*************** *** 217,223 **** ---- 218,228 ---- +--- 216,226 ---- #define PRINTDEF "lpq -P %s" /* Updating the faces database: %s replaced with mail update alias name. */ |