]> git.cameronkatri.com Git - pw-darwin.git/commit
Mark the structure fields as const.
authorEd Schouten <ed@FreeBSD.org>
Sun, 6 Nov 2011 17:20:44 +0000 (17:20 +0000)
committerEd Schouten <ed@FreeBSD.org>
Sun, 6 Nov 2011 17:20:44 +0000 (17:20 +0000)
commit354659ccc27c419b3a3043d64ca4820e24d36585
tree0179375bea4807cdeedd528fe530ead31efe16b1
parentac30c463e412701f57b6324b04a9ff49fc66d16b
Mark the structure fields as const.

This allows us to simply place these strings as constants in the table
itself, letting the compiler decide to simply merge duplicate strings.
chpass/chpass.h [new file with mode: 0644]
chpass/table.c [new file with mode: 0644]