Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165095626
D41955.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D41955.id.diff
View Options
diff --git a/sys/dev/bnxt/convert_hsi.pl b/sys/dev/bnxt/convert_hsi.pl
--- a/sys/dev/bnxt/convert_hsi.pl
+++ b/sys/dev/bnxt/convert_hsi.pl
@@ -55,9 +55,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-__FBSDID("\$FreeBSD\$");
-
END_OF_NOTICE
# Convert line endings
@@ -132,9 +129,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
- #include <sys/cdefs.h>
- __FBSDID("\$FreeBSD\$");
-
END_OF_NOTICE
if(!open(HDR, ">", "hsi_struct_decode.h")) {
diff --git a/tools/tools/drm/radeon/mkregtable/mkregtable.c b/tools/tools/drm/radeon/mkregtable/mkregtable.c
--- a/tools/tools/drm/radeon/mkregtable/mkregtable.c
+++ b/tools/tools/drm/radeon/mkregtable/mkregtable.c
@@ -593,11 +593,6 @@
nlloop = (t->nentry + 3) / 4;
c = t->nentry;
- printf(
- "#include <sys/cdefs.h>\n"
- "__FBSDID(\"$" "FreeBSD" "$\");\n"
- "\n"
- );
printf("static const unsigned %s_reg_safe_bm[%d] = {\n", t->gpu_prefix,
t->nentry);
for (i = 0, id = 0; i < nlloop; i++) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 7, 12:14 AM (18 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36086991
Default Alt Text
D41955.id.diff (1 KB)
Attached To
Mode
D41955: Update a couple of tools to not embed __FBSDID in generated files
Attached
Detach File
Event Timeline
Log In to Comment