- Timestamp:
- 06/22/08 16:32:39 (5 years ago)
- git-parent:
- Files:
-
- src/noitedit/compat.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noitedit/compat.h
r2c4eb5b r9cd7979 5 5 6 6 #ifndef __RCSID 7 #define __RCSID(x) 7 #define __RCSID(x) static const char rcsid[] = x 8 8 #endif 9 9 #ifndef __COPYRIGHT 10 10 #define __COPYRIGHT(x) 11 #endif 12 13 #ifdef HAVE_SYS_FILIO_H 14 #include <sys/filio.h> 11 15 #endif 12 16
