Skip to content

Commit

Permalink
- rename cal.h to cal_boinc.h to avoid name conflict
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=22039
  • Loading branch information
davidpanderson committed Jul 22, 2010
1 parent db1367b commit fac7537
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions checkin_notes
Original file line number Diff line number Diff line change
Expand Up @@ -5460,3 +5460,6 @@ David 22 Jul 2010
net_stats.cpp
cs_notice.cpp
acct_mgr.cpp

David 22 Jul 2010
- rename cal.h to cal_boinc.h to avoid name conflict
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pkginclude_HEADERS = \
base64.h \
boinc_fcgi.h \
boinc_win.h \
cal.h \
cal_boinc.h \
cert_sig.h \
common_defs.h \
coproc.h \
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/coproc.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#endif

#include "miofile.h"
#include "cal.h"
#include "cal_boinc.h"

#define MAX_COPROC_INSTANCES 64

Expand Down

0 comments on commit fac7537

Please sign in to comment.