Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / spreadlogd / patches / patch-ae
blob2ff2a62d4afa96bd3ef6321898a6a27f24dea88c
1 $NetBSD$
3 --- perl.h.orig 2006-05-05 19:50:18.000000000 +0200
4 +++ perl.h
5 @@ -1,11 +1,11 @@
6  #ifndef __PERL_H_
7  #define __PERL_H_
8  
9 +#include <EXTERN.h>
10 +#include <perl.h>
12  void perl_startup();
13  void perl_shutdown();
14 -#ifndef I32
15 -#define I32 int
16 -#endif
17  I32 perl_inc(char *path);
18  I32 perl_use(char *module);
19  I32 perl_log(char *func, char *sender, char *group, char *message);