• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lsof/lsof-4.85-remove-susvlegacy-funcs.patch
Gustavo ZacariasGustavo Zacarias committed faf408f4aff07 Oct 2011
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
diff -rdup lsof_4.81.orig/lsof_4.81_src/dialects/linux/machine.h lsof_4.81/lsof_4.81_src/dialects/linux/machine.h
2
--- a/dialects/linux/machine.h  2007-04-24 18:20:58.000000000 +0200
3
+++ b/dialects/linux/machine.h  2007-05-15 12:17:03.000000000 +0200
4
@@ -616,6 +616,6 @@
5
  * zeromem is a macro that uses bzero or memset.
6
  */
7
 
8
-#define    zeromem(a, l)   bzero(a, l)
9
+#define    zeromem(a, l)   memset(a, 0, l)
10
 
11
 #endif /* !defined(LSOF_MACHINE_H) */
12
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.