dix.h: Remove duplicate ffs() prototype.
This commit is contained in:
parent
4d3379d418
commit
62ec6d09b3
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue