mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Unbreak previous commit..
This commit is contained in:
parent
449c650d3f
commit
82bbdcdaed
1 changed files with 0 additions and 7 deletions
|
|
@ -1152,13 +1152,6 @@ print_version_info ()
|
|||
major_version, minor_version);
|
||||
}
|
||||
|
||||
if (nbytes && temp == (void *)NULL)
|
||||
memory_error ("xrealloc", nbytes);
|
||||
|
||||
return (temp);
|
||||
}
|
||||
|
||||
|
||||
/* If EXIT_VALUE is zero, print the full usage message to stdout.
|
||||
Otherwise, just say to use --help for more info.
|
||||
Then exit with EXIT_VALUE. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue