mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-17 03:08:12 -04:00
9 lines
72 B
C
9 lines
72 B
C
#include "vers.h"
|
|
|
|
SYMVER(_old_bar, bar@VERS.0);
|
|
|
|
void
|
|
_old_bar ()
|
|
{
|
|
}
|