summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/pselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/pselect.c')
-rw-r--r--lib/libc/gen/pselect.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/gen/pselect.c b/lib/libc/gen/pselect.c
index abf273f..737631f 100644
--- a/lib/libc/gen/pselect.c
+++ b/lib/libc/gen/pselect.c
@@ -25,10 +25,11 @@
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "namespace.h"
#include <sys/select.h>
#include <sys/time.h>
OpenPOWER on IntegriCloud