It's now all C99-style uintN_t.
* Clear anything else that needs to be cleared in the copy.
* Our caller is assumed to have vetted the clear_arg pointer.
*/
- (*clear_rtn)((void *)(packet_copy + ((const u_int8_t *)clear_arg - pptr)));
+ (*clear_rtn)((void *)(packet_copy + ((const uint8_t *)clear_arg - pptr)));
/*
* Compute the signature.
#endif
#ifndef NS_INT16SZ
-#define NS_INT16SZ 2 /* #/bytes of data in a u_int16_t */
+#define NS_INT16SZ 2 /* #/bytes of data in a uint16_t */
#endif
/*%