diff options
author | mouring <mouring> | 2003-04-27 18:01:37 +0000 |
---|---|---|
committer | mouring <mouring> | 2003-04-27 18:01:37 +0000 |
commit | 900af8b4fee899088b8d4ed1abf1838b02751c84 (patch) | |
tree | 07060e6bd9c8f89e7ca36815db7ee3992f830c95 /bufaux.h | |
parent | f88dccd9e188aa696334ac36d6e41361462eff58 (diff) | |
download | openssh-900af8b4fee899088b8d4ed1abf1838b02751c84.tar.gz |
- (bal) Since we don't support platforms lacking u_int_64. We may
as well clean out some of those evil #ifdefs
Diffstat (limited to 'bufaux.h')
-rw-r--r-- | bufaux.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -29,10 +29,8 @@ void buffer_put_short(Buffer *, u_short); u_int buffer_get_int(Buffer *); void buffer_put_int(Buffer *, u_int); -#ifdef HAVE_U_INT64_T u_int64_t buffer_get_int64(Buffer *); void buffer_put_int64(Buffer *, u_int64_t); -#endif int buffer_get_char(Buffer *); void buffer_put_char(Buffer *, int); |