Browse Source

- commented out the stropts.h include, it seems it's not really needed
and is not widely available (bsd, darwin don't have it)

Andrei Pelinescu-Onciul 18 years ago
parent
commit
17ff85e144
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/binrpc/binrpc_api.c

+ 1 - 1
lib/binrpc/binrpc_api.c

@@ -40,7 +40,7 @@
 #include <errno.h>
 #include <ctype.h> /* isprint */
 #include <time.h> /* time */
-#include <stropts.h>
+/* #include <stropts.h>  - is this really needed? --andrei */
 
 #include "../../modules/ctl/ctl_defaults.h" /* default socket & port */
 #include "../../modules/ctl/init_socks.h"