Skip to content

Commit 33a946d

Browse files
committed
#if !HAVE_FOO -> #ifndef HAVE_FOO
1 parent bd3132b commit 33a946d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/strlcat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !HAVE_STRLCAT
1+
#ifndef HAVE_STRLCAT
22

33
/* $OpenBSD: strlcat.c,v 1.2 1999/06/17 16:28:58 millert Exp $ */
44

main/strlcpy.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !HAVE_STRLCPY
1+
#ifndef HAVE_STRLCPY
22

33
/* $OpenBSD: strlcpy.c,v 1.4 1999/05/01 18:56:41 millert Exp $ */
44

0 commit comments

Comments
 (0)