Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
721dca76
Commit
721dca76
authored
Mar 03, 2006
by
Pekka Pessi
Browse files
Fixed documentation problems.
darcs-hash:20060303151032-65a35-6acb0755c82998e87504bad9b521df4b9e71906c.gz
parent
9a12ce20
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Makefile.am
Makefile.am
+3
-2
utils/sip-date.c
utils/sip-date.c
+2
-2
No files found.
Makefile.am
View file @
721dca76
...
...
@@ -22,13 +22,13 @@ $(man_MANS): doxygen-manpages
coverage built-sources clean-built-sources
:
@
$(MAKE)
$(AM_MAKEFLAGS)
-C
libsofia-sip-ua
$@
doxygen-manpages
:
manpages
doxygen-manpages
:
if
HAVE_DOXYGEN
mkdir
-p
man
man/man1
2>
/dev/null
cd
utils;
doxygen
else
mkdir
-p
man
man/man1
2>
/dev/null
-touch
$(man_
DATA
)
-touch
$(man_
MANS
)
endif
doxygen
:
...
...
@@ -37,3 +37,4 @@ if HAVE_DOXYGEN
endif
.PHONY
:
coverage built-sources clean-built-sources doxygen
.PHONY
:
manpages doxygen-manpages
utils/sip-date.c
View file @
721dca76
...
...
@@ -90,9 +90,9 @@ void usage(void)
exit
(
1
);
}
/*
*
Epoch year. */
/* Epoch year. */
#define EPOCH 1900
/*
*
Day number of New Year Day of given year */
/* Day number of New Year Day of given year */
#define YEAR_DAYS(y) \
(((y)-1) * 365 + ((y)-1) / 4 - ((y)-1) / 100 + ((y)-1) / 400)
...
...
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