diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-05 01:36:46 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-09-05 01:36:46 +0000 |
commit | 1792335469ba3565828d0eb595a64116ff63abdf (patch) | |
tree | 5d3702b54b0b14f9bfe65adc02f757d9f356ccb4 /include/link.h | |
parent | faf73940c6e09295a85c155905393af5fa1f213c (diff) | |
download | src-1792335469ba3565828d0eb595a64116ff63abdf.tar.gz src-1792335469ba3565828d0eb595a64116ff63abdf.zip |
style(9) the structure definitions.
Notes
Notes:
svn path=/head/; revision=83047
Diffstat (limited to 'include/link.h')
-rw-r--r-- | include/link.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/link.h b/include/link.h index 2339aeeade36..9d652e252901 100644 --- a/include/link.h +++ b/include/link.h @@ -218,7 +218,7 @@ struct ld_entry { * `nz_list' type of symbols. */ -struct _dynamic { +struct _dynamic { int d_version; /* version # of this interface */ struct so_debug *d_debug; union { |