]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Define ssize_t
authorTed Lemon <source@isc.org>
Wed, 3 Feb 1999 19:10:29 +0000 (19:10 +0000)
committerTed Lemon <source@isc.org>
Wed, 3 Feb 1999 19:10:29 +0000 (19:10 +0000)
includes/cf/ultrix.h

index da7c35c6c1acb0f1f11a4502cbaa41ae410f60d7..30f28bc5fc9f362c5c95236d0ae9a3ed243359a9 100644 (file)
@@ -70,6 +70,8 @@ extern int h_errno;
 #define u_int16_t      unsigned short 
 #define u_int32_t      unsigned long 
 
+#define        ssize_t         size_t
+
 /* The jmp_buf type is an array on ultrix, so we can't dereference it
    and must declare it differently. */
 #define jbp_decl(x)    jmp_buf x