* samba/lib/netmask.c: Include <stdlib.h> for exit() and
<string.h> for memcpy().
Этот коммит содержится в:
родитель
2619dda6b4
Коммит
76d78fb47c
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-15 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* samba/lib/netmask.c: Include <stdlib.h> for exit() and
|
||||||
|
<string.h> for memcpy().
|
||||||
|
|
||||||
2005-11-11 Pavel Roskin <proski@gnu.org>
|
2005-11-11 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
* samba/lib/netmask.c: Add get_netmask() prototype for the dummy
|
* samba/lib/netmask.c: Add get_netmask() prototype for the dummy
|
||||||
|
@ -35,6 +35,9 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef HAVE_NETMASK_IFCONF
|
#ifdef HAVE_NETMASK_IFCONF
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user