~ubuntu-branches/ubuntu/vivid/cctools/vivid

« back to all changes in this revision

Viewing changes to dttools/src/stringtools.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2011-05-09 16:40:39 UTC
  • Revision ID: james.westby@ubuntu.com-20110509164039-ax0ogdtphdtgk38k
Tags: 3.3.2-3
Fix another FTBFS on kFreeBSD -- assumption that non-Linux is also
non-GNU.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
int string_null_or_empty(const char *str);
51
51
 
52
52
#ifndef CCTOOLS_OPSYS_LINUX
53
 
char * strsep (char **stringp, const char *delim);
 
53
// Debian has uniform libc even for non-Linux kernels
 
54
//char * strsep (char **stringp, const char *delim);
54
55
#endif
55
56
 
56
57
#endif