]> git.sur5r.net Git - openldap/blobdiff - include/ac/wait.h
Fix ITS#1983, handle writing of large requests. Only one pending request is
[openldap] / include / ac / wait.h
index 471c6a16f9f1f41ba4b263ee841851142edc9dfe..1525576948f11ee6e1d2d7ddc1595b7818811bd1 100644 (file)
@@ -1,12 +1,14 @@
 /* Generic wait.h */
+/* $OpenLDAP$ */
 /*
- * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
+ * Copyright 1998-2002 The OpenLDAP Foundation, Redwood City, California, USA
  * All rights reserved.
  *
- * Redistribution and use in source and binary forms are permitted only
- * as authorized by the OpenLDAP Public License.  A copy of this
- * license is available at http://www.OpenLDAP.org/license.html or
- * in file LICENSE in the top-level directory of the distribution.
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted only as authorized by the OpenLDAP
+ * Public License.  A copy of this license is available at
+ * http://www.OpenLDAP.org/license.html or in file LICENSE in the
+ * top-level directory of the distribution.
  */
 
 #ifndef _AC_WAIT_H
@@ -18,7 +20,7 @@
 # include <sys/wait.h>
 #endif
 
-#define LDAP_HI(s)     (((s) >> 8) & 0x377)
+#define LDAP_HI(s)     (((s) >> 8) & 0377)
 #define LDAP_LO(s)     ((s) & 0377)
 
 /* These should work on non-POSIX UNIX platforms,