1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

fix compile error on HP-UX 10.20

(This used to be commit 15d53fd53c)
This commit is contained in:
Gerald Carter
2003-09-08 14:00:51 +00:00
parent 154451465b
commit 7a0b58a012

View File

@ -20,6 +20,11 @@
#include "includes.h"
#ifndef MAP_FAILED
#define MAP_FAILED ((void *)-1)
#endif
static int gotalarm;
/***************************************************************