[BACK]Return to patch-sn__cfgfile_c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / net / sniffit / patches

Annotation of pkgsrc/net/sniffit/patches/patch-sn__cfgfile_c, Revision 1.1

1.1     ! dholland    1: $NetBSD$
        !             2:
        !             3: - Use standard headers.
        !             4:
        !             5: --- sn_cfgfile.c~      1997-04-18 09:33:58.000000000 +0000
        !             6: +++ sn_cfgfile.c
        !             7: @@ -3,6 +3,8 @@
        !             8:
        !             9:  #include "sn_config.h"
        !            10:  #include <stdio.h>
        !            11: +#include <stdlib.h>
        !            12: +#include <string.h>
        !            13:  #include "sn_defines.h"
        !            14:  #include "sn_structs.h"
        !            15:  #include "sn_cfgfile.h"

CVSweb <webmaster@jp.NetBSD.org>