Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-stable
Commits
4ba49034
Commit
4ba49034
authored
Dec 10, 2008
by
Ryan Jackson
Browse files
Enable large file support when building groklilo under Linux. This wouldn't be
necessary if we didn't need to deal with FreeBSD's bizarre
parent
1d99072a
Changes
1
Show whitespace changes
Inline
Side-by-side
cdrom/groklilo/groklilo.c
View file @
4ba49034
...
@@ -16,6 +16,10 @@
...
@@ -16,6 +16,10 @@
#define INBOOTLOADER
#define INBOOTLOADER
#endif
#endif
#if defined(__linux__)
#define _FILE_OFFSET_BITS 64
#endif
#include <string.h>
#include <string.h>
#ifdef INBOOTLOADER
#ifdef INBOOTLOADER
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment