Last change
on this file since 27856 was 27856, checked in by vboxsync, 15 years ago |
export NetworkServices/NAT and NetworkServices/NetLib to OSE
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
328 bytes
|
Line | |
---|
1 | /* $Id: VBoxNetNATHardened.cpp 27856 2010-03-31 08:56:49Z vboxsync $ */
|
---|
2 | /** @file
|
---|
3 | * VBoxNetNAT - Hardened main().
|
---|
4 | */
|
---|
5 |
|
---|
6 | /*
|
---|
7 | * Copyright (C) 2009 Sun Microsystems, Inc.
|
---|
8 | *
|
---|
9 | * Sun Microsystems, Inc. confidential
|
---|
10 | * All rights reserved
|
---|
11 | */
|
---|
12 |
|
---|
13 | #include <VBox/sup.h>
|
---|
14 |
|
---|
15 |
|
---|
16 | int main(int argc, char **argv, char **envp)
|
---|
17 | {
|
---|
18 | return SUPR3HardenedMain("VBoxNetNAT", 0 /* fFlags */, argc, argv, envp);
|
---|
19 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.