aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/ip/snoopy/hdlc.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-14 19:42:28 +0000
committerrsc <devnull@localhost>2006-02-14 19:42:28 +0000
commita38a183626848f897085b4d2e54dad6d39146948 (patch)
tree208277c8824b8db08878f5f5d65fb1e484099ead /src/cmd/ip/snoopy/hdlc.c
parent2eef1fa31676e58b0038f1c02dcc8df5e23149e6 (diff)
downloadplan9port-a38a183626848f897085b4d2e54dad6d39146948.tar.gz
plan9port-a38a183626848f897085b4d2e54dad6d39146948.tar.bz2
plan9port-a38a183626848f897085b4d2e54dad6d39146948.zip
fixes
Diffstat (limited to 'src/cmd/ip/snoopy/hdlc.c')
-rwxr-xr-xsrc/cmd/ip/snoopy/hdlc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/ip/snoopy/hdlc.c b/src/cmd/ip/snoopy/hdlc.c
index bed0c35a..fdf2aaac 100755
--- a/src/cmd/ip/snoopy/hdlc.c
+++ b/src/cmd/ip/snoopy/hdlc.c
@@ -169,6 +169,7 @@ Proto hdlc =
p_filter,
p_seprint,
p_mux,
+ "%#.4lux",
nil,
p_framer,
};