style(9) cleanup

This commit is contained in:
Kevin Lo 2011-07-10 07:14:32 +00:00
parent 5c6d2a0100
commit 5f099d0a7d

View File

@ -38,8 +38,8 @@
#define DMALLOCDEBUG /* add debugging code to gather stats */
#define ZALLOCDEBUG
#include <string.h>
#include <sys/stdint.h>
#include <string.h>
#include "stand.h"
typedef uintptr_t iaddr_t; /* unsigned int same size as pointer */