From d5904b6b45850cc731d45ec81ff2294d0afe26ad Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 2 Jan 2010 22:29:16 +0000 Subject: David Ludlow's housekeeping and type-cleanup patch. All regression tests pass, --- driver_zodiac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_zodiac.c') diff --git a/driver_zodiac.c b/driver_zodiac.c index 0ae83761..71b8f59c 100644 --- a/driver_zodiac.c +++ b/driver_zodiac.c @@ -54,7 +54,7 @@ static int end_write(int fd, void *d, int len) } #else #define end_write write -#endif +#endif /* WORDS_BIGENDIAN */ static ssize_t zodiac_spew(struct gps_device_t *session, unsigned short type, unsigned short *dat, int dlen) { -- cgit v1.2.1