diff options
author | 2002-03-15 01:20:03 +0000 | |
---|---|---|
committer | 2002-03-15 01:20:03 +0000 | |
commit | 00caae4baf9e792d7b51ca1a041f452d045868fc (patch) | |
tree | b2496c91d9c873ecb4b779c3dd430f13fe53beae /sys/netccitt/hd_var.h | |
parent | The previous commit broke the bootblocks, since uvmexp is not available (diff) | |
download | wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.tar.xz wireguard-openbsd-00caae4baf9e792d7b51ca1a041f452d045868fc.zip |
Cosmetic changes only, primarily making comments line up nicely after the
__P removal.
Diffstat (limited to 'sys/netccitt/hd_var.h')
-rw-r--r-- | sys/netccitt/hd_var.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netccitt/hd_var.h b/sys/netccitt/hd_var.h index b41e01ef03a..e817f83f167 100644 --- a/sys/netccitt/hd_var.h +++ b/sys/netccitt/hd_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hd_var.h,v 1.3 2002/03/14 01:27:10 millert Exp $ */ +/* $OpenBSD: hd_var.h,v 1.4 2002/03/15 01:20:04 millert Exp $ */ /* $NetBSD: hd_var.h,v 1.7 1996/02/13 22:04:34 christos Exp $ */ /* @@ -77,7 +77,8 @@ struct hdcb { struct ifaddr *hd_ifa; /* device's X.25 network address */ struct x25config *hd_xcp; caddr_t hd_pkp; /* Level III junk */ - int (*hd_output) /* separate entry for HDLC direct output */(struct mbuf *, ...); + /* separate entry for HDLC direct output */ + int (*hd_output)(struct mbuf *, ...); /* link statistics */ |