diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/ntlib.h | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index d23fe3ff6c2..d086226886c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * ntlib.h: Remove code dealing with BSTRING. | ||
| 4 | |||
| 1 | 2010-05-29 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * emacsclient.c (longopts, decode_options, print_help_and_exit): | 7 | * emacsclient.c (longopts, decode_options, print_help_and_exit): |
diff --git a/lib-src/ntlib.h b/lib-src/ntlib.h index ab1e7ba2866..fd51269fdfd 100644 --- a/lib-src/ntlib.h +++ b/lib-src/ntlib.h | |||
| @@ -43,12 +43,6 @@ int setegid (unsigned gid); | |||
| 43 | char * getpass (const char * prompt); | 43 | char * getpass (const char * prompt); |
| 44 | int fchown (int fd, unsigned uid, unsigned gid); | 44 | int fchown (int fd, unsigned uid, unsigned gid); |
| 45 | 45 | ||
| 46 | #ifndef BSTRING | ||
| 47 | #define bzero(b, l) memset(b, 0, l) | ||
| 48 | #define bcopy(s, d, l) memcpy(d, s, l) | ||
| 49 | #define bcmp(a, b, l) memcmp(a, b, l) | ||
| 50 | #endif | ||
| 51 | |||
| 52 | /* redirect or undo interceptions created by config.h */ | 46 | /* redirect or undo interceptions created by config.h */ |
| 53 | #undef access | 47 | #undef access |
| 54 | #define access _access | 48 | #define access _access |