This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
openntpd-openbsd
mirror of
https://github.com/Fincer/openntpd-openbsd
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
61
Wiki
Activity
Browse Source
Warn when <malloc.h> is included, recommending <stdlib.h>
OPENBSD_2_1
tholo
28 years ago
parent
46a3a5af15
commit
b862b7911f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/include/malloc.h
+ 3
- 0
src/include/malloc.h
View File
@ -1,3 +1,6 @@
/* $OpenBSD: malloc.h,v 1.2 1996/10/12 03:13:56 tholo Exp $ */
/* $NetBSD: malloc.h,v 1.3 1994/10/26 00:56:03 cgd Exp $ */
#
warning "<malloc.h> is obsolete, use <stdlib.h>"
#
include
<stdlib.h>
Write
Preview
Loading…
Cancel
Save