summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/net/if_ppp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/net/if_ppp.h')
-rw-r--r--sysdeps/mach/hurd/net/if_ppp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/net/if_ppp.h b/sysdeps/mach/hurd/net/if_ppp.h
index 1b1c3ea6eb..b210d7fd06 100644
--- a/sysdeps/mach/hurd/net/if_ppp.h
+++ b/sysdeps/mach/hurd/net/if_ppp.h
@@ -114,8 +114,8 @@ struct npioctl {
/* Structure describing a CCP configuration option, for PPPIOCSCOMPRESS */
struct ppp_option_data {
- u_int8_t *ptr;
- u_int32_t length;
+ uint8_t *ptr;
+ uint32_t length;
int transmit;
};