dix.h: Remove duplicate ffs() prototype.

This commit is contained in:
Daniel Stone 2007-07-08 20:47:28 +03:00
parent 4d3379d418
commit 62ec6d09b3

View File

@ -640,7 +640,4 @@ typedef struct {
extern int xstrcasecmp(char *s1, char *s2); extern int xstrcasecmp(char *s1, char *s2);
#endif #endif
/* ffs.c */
extern int ffs(int i);
#endif /* DIX_H */ #endif /* DIX_H */