Browse Source

lint is dead: delete useless LINTLIBRARY comments

ok millert@
OPENBSD_5_9
guenther 8 years ago
parent
commit
f671bb814a
2 changed files with 2 additions and 4 deletions
  1. +1
    -2
      src/lib/libc/stdlib/tfind.c
  2. +1
    -2
      src/lib/libc/stdlib/tsearch.c

+ 1
- 2
src/lib/libc/stdlib/tfind.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: tfind.c,v 1.6 2014/03/16 18:38:30 guenther Exp $ */
/* $OpenBSD: tfind.c,v 1.7 2015/09/26 16:03:48 guenther Exp $ */
/*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like
@ -10,7 +10,6 @@
*
* Totally public domain.
*/
/*LINTLIBRARY*/
#include <search.h>
typedef struct node_t


+ 1
- 2
src/lib/libc/stdlib/tsearch.c View File

@ -1,4 +1,4 @@
/* $OpenBSD: tsearch.c,v 1.9 2015/08/20 21:49:29 deraadt Exp $ */
/* $OpenBSD: tsearch.c,v 1.10 2015/09/26 16:03:48 guenther Exp $ */
/*
* Tree search generalized from Knuth (6.2.2) Algorithm T just like
@ -10,7 +10,6 @@
*
* Totally public domain.
*/
/*LINTLIBRARY*/
#include <search.h>
#include <stdlib.h>


Loading…
Cancel
Save