diff options
author | obrien <obrien@FreeBSD.org> | 2001-05-02 23:57:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-05-02 23:57:49 +0000 |
commit | 21fd43ad54cdca636a431a0af1953fccbbdb15f0 (patch) | |
tree | 571bd2b31182d8f703c2eae54f28596c22aca991 /usr.bin/brandelf | |
parent | 538e761e025ee84b3b100b7c0eabceaa5b550b49 (diff) | |
download | FreeBSD-src-21fd43ad54cdca636a431a0af1953fccbbdb15f0.zip FreeBSD-src-21fd43ad54cdca636a431a0af1953fccbbdb15f0.tar.gz |
Fix $FreeBSD$ style.
Diffstat (limited to 'usr.bin/brandelf')
-rw-r--r-- | usr.bin/brandelf/brandelf.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/brandelf/brandelf.c b/usr.bin/brandelf/brandelf.c index 75cc783..e26b900 100644 --- a/usr.bin/brandelf/brandelf.c +++ b/usr.bin/brandelf/brandelf.c @@ -24,10 +24,13 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - * - * $FreeBSD$ */ +#ifndef lint +static const char rcsid[] = + "$FreeBSD$"; +#endif /* not lint */ + #include <sys/types.h> #include <sys/elf_common.h> #include <fcntl.h> |