summaryrefslogtreecommitdiffstats
path: root/source/ubiqx/debugparse.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-1/+1
| | | | | | warnings. (Adds a lot of const). Andrew Bartlett
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-5/+5
|
* I've moved the debugparse module files into the ubiqx directory because IChristopher R. Hertel1998-10-281-0/+308
know that 'make proto' will ignore them there. The debugparse.h header file is included in includes.h, and includes.h is included in debugparse.c, so all of the pieces "see" each other. I've compiled and tested this, and it does seem to work. It's the same compromise model I used when adding the ubiqx modules into the system, which is why I put it all into the same directory. Chris -)-----