Skip to content

Commit

Permalink
removed duplicated macro definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiichi committed Mar 30, 2007
1 parent 97e6761 commit 070ed03
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions kame/sys/net/if_nemo.h
@@ -1,4 +1,4 @@
/* $KAME: if_nemo.h,v 1.6 2007/03/30 09:40:46 keiichi Exp $ */
/* $KAME: if_nemo.h,v 1.7 2007/03/30 09:47:22 keiichi Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -133,7 +133,5 @@ int nemo_encapcheck __P((const struct mbuf *, int, int, void *));
#define SIOCSIFPHYNEXTHOP _IOW('i', 78, struct ifreq) /* set nemo nxthop */
#define SIOCDIFPHYNEXTHOP _IOW('i', 79, struct ifreq) /* delete nemo nxthop */
#define SIOCGIFPHYNEXTHOP _IOWR('i', 80, struct ifreq) /* get nemo nxthop */
#define SIOCSIFPHYNEXTHOP_IN6 _IOW('i', 140, struct ifreq) /* set nxthop */
#define SIOCGIFPHYNEXTHOP_IN6 _IOWR('i', 141, struct ifreq) /* delete nxthop */

#endif /* _NET_IF_GIF_H_ */

0 comments on commit 070ed03

Please sign in to comment.