소스 검색

- removed sys/cdefs.h include : not used and not present on all systems (e.g.
solaris)

Andrei Pelinescu-Onciul 18 년 전
부모
커밋
bf4821c873
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      list.h

+ 1 - 1
list.h

@@ -33,7 +33,7 @@
 #ifndef _SER_LIST_H
 #define	_SER_LIST_H
 
-#include <sys/cdefs.h>
+/* #include <sys/cdefs.h> - not needed and not present on all the systems */
 
 /*
  * This file defines four types of data structures: singly-linked lists,