summaryrefslogtreecommitdiffstats
path: root/gptsync/os_unix.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop gptsyncJesse Keating2012-07-191-265/+0
| | | | | We're not supporting the boot mode that requires gptsync so don't ship the software any more.
* remove unused variablesMichal Schmidt2011-02-031-3/+1
| | | | | | | | | | | There were two kinds of unused but set variables: - the really pointless ones - the ones whose only purpose was to silence the warnings about ignoring the return values from functions declared with __attribute__((__warn_unused_result__)) Since gcc 4.5 the warnings can be disabled using -Wno-unused-result, so the variables are no longer necessary. Then -Wno-unused-but-set-variable is an overkill, so drop it.
* - update to gptsync 0.10 to fix "Santa Rosa" macs. Also add "showpart" fromPeter Jones2007-10-171-4/+10
| | | | gptsync.
* supposed to be hereJeremy Katz2006-06-101-0/+261