[dovecot-cvs] dovecot/src/lib compat.h,1.10,1.11

cras at procontrol.fi cras at procontrol.fi
Tue Nov 26 21:03:51 EET 2002


Update of /home/cvs/dovecot/src/lib
In directory danu:/tmp/cvs-serv23412

Modified Files:
	compat.h 
Log Message:
And the missing sys/sysmacros.h include..



Index: compat.h
===================================================================
RCS file: /home/cvs/dovecot/src/lib/compat.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- compat.h	26 Nov 2002 19:01:24 -0000	1.10
+++ compat.h	26 Nov 2002 19:03:49 -0000	1.11
@@ -30,6 +30,7 @@
 #endif
 
 #ifdef HAVE_SYS_SYSMACROS_H
+#  include <sys/sysmacros.h>
 #  define CMP_DEV_T(a, b) (major(a) == major(b) && minor(a) == minor(b))
 #elif !defined (DEV_T_STRUCT)
 #  define CMP_DEV_T(a, b) ((a) == (b))




More information about the dovecot-cvs mailing list