summaryrefslogtreecommitdiff
path: root/libmisc/next_line.c
Commit message (Collapse)AuthorAgeFilesLines
* Rework config.h usageYury Usishchev2016-02-151-0/+1
| | | | | | | | | Move #include "config.h" from misc.h to every source file. It's incorrect to include it after a system header file because it does things like: Those must come before you include any system header file in order for them to work properly. It hasn't bitten us so far, but we still should fix the files to do the right thing.
* add __acl_ prefixes to internal symbolsMike Frysinger2014-08-121-3/+3
| | | | | | When static linking libacl, people sometimes run into symbol collisions because their own code defines symbols like "quote". So for acl internal symbols, use an __acl_ prefix.
* Fix wrong license notices; add missing noticesAndreas Gruenbacher2009-03-131-0/+17
| | | | | | | | | | | Some of the license notices are referring to GPLv2.1. This is wrong; the proper licenses that the notices should refer to are GPLv2, and LGPLv2.1. Fix this mistake. Add missing license notices to a whole bunch of files which didn't indicate their license. Signed-off-by: Andreas Gruenbacher <agruen@suse.de>
* Fix builds for Debian folks using GNU/Hurd, thanks to Barry deFreese.Nathan Scott2006-02-211-1/+4
| | | | Merge of master-melb:xfs-cmds:25256a by kenmcd.
* Updated next_line fix from AndreasGNathan Scott2005-02-221-0/+37
Merge of master-melb:xfs-cmds:21593a by kenmcd.