aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ip/snoopy/ip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/ip/snoopy/ip.c')
-rwxr-xr-xsrc/cmd/ip/snoopy/ip.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/cmd/ip/snoopy/ip.c b/src/cmd/ip/snoopy/ip.c
index fe836eba..234ca85f 100755
--- a/src/cmd/ip/snoopy/ip.c
+++ b/src/cmd/ip/snoopy/ip.c
@@ -129,10 +129,10 @@ static Mux p_mux[] =
enum
{
- Os, // source
- Od, // destination
- Osd, // source or destination
- Ot, // type
+ Os, /* source */
+ Od, /* destination */
+ Osd, /* source or destination */
+ Ot, /* type */
};
static Field p_fields[] =
@@ -233,5 +233,5 @@ Proto ip =
p_mux,
"%lud",
p_fields,
- defaultframer,
+ defaultframer
};