diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/netbsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/netbsd.h b/src/s/netbsd.h index 78f610bfcfa..3524f921f24 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) | 20 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->_p - (FILE)->_bf._base) |
| 21 | 21 | ||
| 22 | /* netbsd uses OXTABS instead of the expected TAB3. */ | 22 | /* netbsd uses OXTABS instead of the expected TAB3. */ |
| 23 | #define TABDLY OXTABS | ||
| 23 | #define TAB3 OXTABS | 24 | #define TAB3 OXTABS |
| 24 | 25 | ||
| 25 | #define A_TEXT_OFFSET(x) (sizeof (struct exec)) | 26 | #define A_TEXT_OFFSET(x) (sizeof (struct exec)) |