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 /mail | |
parent | 6f0f6d4ed9f7f0ebcd31d59b329fb71a59795d84 (diff) | |
download | ports-ae0f44b450ec554eaddb48ff884fc75377076a27.tar.gz ports-ae0f44b450ec554eaddb48ff884fc75377076a27.zip |
Remove bogus *alloc() declarations so this one compiles.
Notes
Notes:
svn path=/head/; revision=8370
Diffstat (limited to 'mail')
-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. */ |