diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 20:32:21 +0000 | 
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-08-28 20:32:21 +0000 | 
| commit | 9dfde365a283beead40e5939a029880e0811e684 (patch) | |
| tree | c0f1feaf79912df63c94797d57ab1041a04b0ba4 /sys/libkern/strncmp.c | |
| parent | 1f403fcfbfe1ea07bd14df956a65ed14811539d7 (diff) | |
Notes
Diffstat (limited to 'sys/libkern/strncmp.c')
| -rw-r--r-- | sys/libkern/strncmp.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/libkern/strncmp.c b/sys/libkern/strncmp.c index 805b5b029688..f209e54b8d54 100644 --- a/sys/libkern/strncmp.c +++ b/sys/libkern/strncmp.c @@ -29,12 +29,10 @@   * LIABILITY, 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. + * + * $Id$   */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)strncmp.c	8.1 (Berkeley) 6/4/93"; -#endif /* LIBC_SCCS and not lint */ -  #include <sys/cdefs.h>  #include <string.h>  | 
