Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
312752df
Commit
312752df
authored
Jul 06, 1993
by
Jim Blandy
Browse files
* b2m.c: #include <sys/types.h>.
(ltoday): Declare this to be time_t.
parent
15e4954b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lib-src/b2m.c
lib-src/b2m.c
+2
-1
No files found.
lib-src/b2m.c
View file @
312752df
...
...
@@ -17,6 +17,7 @@
#include <stdio.h>
#include <time.h>
#include <sys/types.h>
#include "../src/config.h"
...
...
@@ -33,7 +34,7 @@ extern char *strtok ();
#define FALSE (0)
int
header
=
FALSE
,
printing
;
long
ltoday
;
time_t
ltoday
;
char
from
[
256
],
labels
[
256
],
data
[
256
],
*
p
,
*
today
;
main
(
argc
,
argv
)
...
...
Write
Preview
Markdown
is supported
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