Skip to content

Commit

Permalink
Fix NETDEV_NR for SunOS.
Browse files Browse the repository at this point in the history
(credit to cppcheck for finding this problem)
  • Loading branch information
infrastation committed Sep 21, 2024
1 parent 0b8fd17 commit 485de9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sn_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ int HEADSIZE []={0 ,0 ,14}; /* slip needs testing */
#endif

#ifdef SUNOS
#define NETDEV_NR 3
#define NETDEV_NR 2
char *NETDEV[]={"le","hme"};
int HEADSIZE[]={14 ,14}; /* ppp: 4 or 0 or nothing? */
#endif
Expand Down

0 comments on commit 485de9b

Please sign in to comment.