]> arthur.barton.de Git - netatalk.git/commitdiff
#undef __USE_MISC before #defining it.
authorsrittau <srittau>
Tue, 28 Jan 2003 15:19:55 +0000 (15:19 +0000)
committersrittau <srittau>
Tue, 28 Jan 2003 15:19:55 +0000 (15:19 +0000)
include/atalk/adouble.h

index 492c3b80953983ff3cd29b04626dc6216f369f1b..9b7a313839edd871c1f1a955111fb4c209868d99 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: adouble.h,v 1.16 2003-01-26 16:40:45 srittau Exp $
+ * $Id: adouble.h,v 1.17 2003-01-28 15:19:55 srittau Exp $
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
  *
@@ -53,6 +53,7 @@
 #endif
 
 #ifdef HAVE_UNISTD_H
+#undef __USE_MISC
 #define __USE_MISC
 #include <unistd.h>
 #endif