Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / sysutils / fam / patches / patch-at
blob897b743846740f3ea4d20a47be51c54c1f0b60c6
1 $NetBSD$
3 --- src/NetConnection.h.orig    2004-11-08 14:44:19.318981000 +0000
4 +++ src/NetConnection.h 2004-11-08 14:44:42.403907000 +0000
5 @@ -68,6 +68,8 @@
6      void ready_for_input(bool);
7      int get_fd() const { return fd; }
8  
9 +    enum { MAXMSGSIZE = PATH_MAX + 40 };
11  protected:
13      virtual bool input_msg(const char *data, unsigned nbytes) = 0;
14 @@ -75,7 +77,6 @@
16  private:
18 -    enum { MAXMSGSIZE = PATH_MAX + 40 };
19      typedef u_int32_t Length;
20      typedef struct msgList_s {
21          char msg[MAXMSGSIZE+5];  //  + 4 for 32-bit length, + 1 for overflow