diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-09-17 10:01:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-09-17 10:01:02 +0000 |
| commit | dcfd61e65c687261f9894f1af0fed6e3b9e5ecc6 (patch) | |
| tree | 1cc7f0b212cc2def7a1506090d679a9b76b123b6 | |
| parent | a042737eae930e816bfdf725e90dca530e25b01c (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/as/config/ho-sysv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/as/config/ho-sysv.h b/gnu/usr.bin/as/config/ho-sysv.h index 504a5aae6b22..64f4ef7ea8c0 100644 --- a/gnu/usr.bin/as/config/ho-sysv.h +++ b/gnu/usr.bin/as/config/ho-sysv.h @@ -21,7 +21,9 @@ #define HO_USG +#ifdef USG #define setbuffer(stream, buf, size) setvbuf((stream), (buf), _IOLBF, (size)) +#endif extern int free(); extern char *malloc(); |
