]> git.marmaro.de Git - mmh/blobdiff - sbr/discard.c
Remove OS-specific defines. Remove GECOS ampersand-magic, along with it.
[mmh] / sbr / discard.c
index e38e5b0bcd56cb90ca0290e55292eece4256e3ff..d3eabd0eae8c4071a71cbc713f0bba4f0ccaf0bc 100644 (file)
@@ -7,16 +7,8 @@
 */
 
 #include <h/mh.h>
-
 #include <termios.h>
 
-#ifdef SCO_5_STDIO
-# define _ptr  __ptr
-# define _cnt  __cnt
-# define _base __base
-# define _filbuf(fp)  ((fp)->__cnt = 0, __filbuf(fp))
-#endif
-
 
 void
 discard(FILE *io)